home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / app_note / tecbltn1 / tb.133 < prev    next >
Text File  |  1986-11-04  |  2KB  |  51 lines

  1. /nof
  2. Number 133Date: April 7, 1986
  3.  
  4. Title:Advanced Netware/286 Version 2.0 Patch to
  5. Allow Two Internal Drives in an IBM PC/AT
  6.  
  7. It has been discovered that the operating system for Advanced
  8. NetWare/286 2.0 will not support two internal drives in the IBM
  9. PC/AT.  If booting with two internal hard drives is attempted the
  10. following message will appear:
  11.  
  12.     ABEND: Attempt to configure a non-existent disk
  13.  
  14. This problem can be corrected by patching the NET$OS.OBJ file using
  15. the DOS DEBUG utility.  The patch is made by placing the DOS
  16. debug utility in drive A and a working copy of the GENOS-2 diskette
  17. in drive B.  Type the following:
  18.  
  19.     A>DEBUG B:NET$OS.OBJ (press the ENTER key)
  20.  
  21. Now display the registers by typing
  22.  
  23.     R (and pressing the ENTER key)
  24.  
  25. Find the value in your CS register (example: CS=14D4).  Add 3000h to
  26. it (example: 14D4 + 3000 = 44D4).  Now edit the address (44D4:237D)
  27. by typing the following:
  28.  
  29.     E44D4:237D (press the ENTER key and the following will appear)
  30.     44D4:237D  73.
  31.  
  32. The patch is made by changing the value of 73 to 76.  Type 76 so
  33. that the screen shows the following numbers:
  34.  
  35.     44D4:237D  73.76 (and press the ENTER key)
  36.  
  37. Now write the change to the diskette by typing the following:
  38.  
  39.     W (and pressing the ENTER key)
  40.  
  41. Now end the session by typing,
  42.  
  43.     Q
  44.  
  45. The patch is now complete.  You must re-link your operating system
  46. with the newly patched OS object file.  You must then use option 5
  47. in the INSTALL program to install the newly linked OS.  (You may
  48. avoid installing all of the additional diskettes that option 5 asks for
  49. by typing a CTRL-C when the prompt for the SYSTEM diskette
  50. appears.)
  51. /for